home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 1.1 KB | 31 lines |
- #
- # This is the make file for the prsr. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = allocate.o iritprsr.o iritprsb.o attribut.o ip_cnvrt.o \
- ip_fatal.o ip_procs.o
-
- libprsr.a: $(OBJS)
- ar rc libprsr.a $(OBJS)
-
- install: libprsr.a
- copy libprsr.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libprsr.a
- copy *.h $(INC_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- allocate.o: iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
- ami_clnt.o: irit_soc.h iritprsr.h allocate.h iritprsr.h amiga.h
- ami_srvr.o: irit_soc.h iritprsr.h allocate.h iritprsr.h amiga.h
- attribut.o: iritprsr.h attribut.h iritprsr.h allocate.h iritprsr.h
- ip_cnvrt.o: iritprsr.h allocate.h iritprsr.h ip_cnvrt.h iritprsr.h attribut.h iritprsr.h
- ip_fatal.o: iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
- ip_procs.o: attribut.h iritprsr.h iritprsr.h
- iritprsr.o: iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h irit_soc.h iritprsr.h allocate.h iritprsr.h
- soc_clnt.o: irit_soc.h iritprsr.h allocate.h iritprsr.h
- soc_srvr.o: irit_soc.h iritprsr.h allocate.h iritprsr.h
-